Package com.getsensibill.captureflow.coordinator

Types

CaptureFlowCoordinator
Link copied to clipboard
class CaptureFlowCoordinator(flowOwner: AppCompatActivity) : LifecycleObserver
Coordinator class that can be used to launch the Receipt Capture flow.
CaptureFlowState
Link copied to clipboard
sealed class CaptureFlowState
Enum-like representing the state of an active capture flow
PendingUploadReceiptData
Link copied to clipboard
data class PendingUploadReceiptData(localId: String, imageFile: File)
Type representing useful information about a receipt image that has been captured and is about to be uploaded.